type crypto/tls.certificateRequestMsg

8 uses

	crypto/tls (current package)
		conn.go#L1149: 			m = &certificateRequestMsg{
		handshake_client.go#L742: 	certReq, ok := msg.(*certificateRequestMsg)
		handshake_client.go#L1213: func certificateRequestInfoFromMsg(ctx context.Context, vers uint16, certReq *certificateRequestMsg) *CertificateRequestInfo {
		handshake_messages.go#L1714: type certificateRequestMsg struct {
		handshake_messages.go#L1724: func (m *certificateRequestMsg) marshal() ([]byte, error) {
		handshake_messages.go#L1774: func (m *certificateRequestMsg) unmarshal(data []byte) bool {
		handshake_server.go#L647: 	var certReq *certificateRequestMsg
		handshake_server.go#L650: 		certReq = new(certificateRequestMsg)